home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / print / imp400a.zip / IE.DOC < prev    next >
Text File  |  1990-10-31  |  9KB  |  265 lines

  1.                      IE : The IMAGEPRINT EDITOR
  2.      --------------------------------------------------------------
  3.  
  4.  
  5.       WHAT IS IE?
  6.  
  7.     IE is a text editor that can create plain vanilla "ASCII" text
  8.     files that are suitable for printing by IMAGEPRINT.
  9.  
  10.     In addition to rudimentary editing functions, IE has several
  11.     functions that make it easy to use with IMAGEPRINT:
  12.  
  13.       - Text files can be 'cleaned' of all non-printing characters.
  14.       - IMAGEPRINT's screen preview mode can be directly invoked
  15.         from within IE.
  16.       - IMAGEPRINT can be run from within IE.
  17.  
  18.     There are only two IE files:
  19.  
  20.       IE.EXE      The executable program
  21.       IE.DOC      This documentation file
  22.  
  23.  
  24.       RUNNING IE
  25.  
  26.     The syntax for running IE is:
  27.  
  28.       IE  [text_file_name]    [-S]
  29.  
  30.     All bracketed items following IE are optional.
  31.  
  32.     "text_file_name" is the name of the file you want to edit. You
  33.     can create and edit a new text file if you just type "IE" by
  34.     itself. The text file must be less than 64K in size.
  35.  
  36.     The "-S" option is useful only if you have a CGA video system.
  37.     This option causes IE to write to the screen without waiting for
  38.     the video system to be idle, which can speed up screen writing. 
  39.     If you have a CGA system and experience "snow," don't use the
  40.     "-S" option.
  41.  
  42.  
  43.       USING IE
  44.  
  45.     When IE is first run, it is in full-screen display mode. The
  46.     bottom line of the screen displays the current file name, the
  47.     state of the "Caps Lock" key and the state of the "Ins" key. The
  48.     "Ins" key toggles between overwrite mode and push-right mode
  49.     when typing in text. The area where the file name is displayed
  50.     is also temporarily used to prompt you for information or to
  51.     display messages.
  52.  
  53.     If you press F1, then a help window opens at the bottom of the
  54.     screen. The first window displays many of the text editing and
  55.     cursor movement commands (cut, paste, search, replace, etc.) If
  56.  
  57.  
  58.                                   1
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.                      IE : The IMAGEPRINT EDITOR
  68.      --------------------------------------------------------------
  69.  
  70.  
  71.     you press F1 again, the second window displays the file
  72.     manipulation commands (save, read, etc.) Pressing F1 again
  73.     takes you back to full-screen display mode.
  74.  
  75.     The editing and movement commands are:
  76.  
  77.        Key          Action
  78.        ---          ------
  79.  
  80.        F2          The start of any marked text will be at the
  81.               cursor location.
  82.  
  83.        F3          The end of the marked text will be at the cursor
  84.               location.
  85.  
  86.        F4          Delete the marked text to a hold area. The cursor
  87.               will be moved to the character just to the left
  88.               of the deleted text.
  89.  
  90.        F5          Insert the text from the hold area just to the
  91.               right of the cursor.
  92.  
  93.        F6          Unmark any text that is marked.
  94.  
  95.        F7          Search, with optional replace, from the current
  96.               cursor position downward. You can abort the search
  97.               if you press the <ESC> key when you are prompted
  98.               for the search or replace strings. You will first 
  99.               be prompted for the text string to search for.
  100.               Upper or lower case isn't important. You are then 
  101.               prompted for the replace string. If you are only
  102.               interested in searching, you can leave this blank.
  103.               IE then starts the search. When IE finds a match, 
  104.               you have three options. You can quit the search,
  105.               leaving the cursor at the matched string or
  106.               replace the matched string with the replacement
  107.               text or you can move the the next match. If no
  108.               more matches are found, IE leaves search mode.
  109.  
  110.        F8          Go to a line number in the text. You are prompted
  111.               for the line number to go to. If the line number
  112.               is beyond the end of the text, the cursor will go
  113.               to the last line.
  114.  
  115.        F10          If you have a color video system, this key will
  116.               toggle color on and off. Turning color off can
  117.               make text more readable if you have a color video
  118.               card used with a monochrome monitor.
  119.  
  120.        Ins          The "Ins" key toggles between overwrite mode and
  121.               push-right mode when you are typing in text.
  122.  
  123.  
  124.                                   2
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.                      IE : The IMAGEPRINT EDITOR
  134.      --------------------------------------------------------------
  135.  
  136.  
  137.        Del          The delete key deletes the character at the
  138.               cursor position.
  139.  
  140.        Backspace  The backspace key deletes the character to the
  141.               left of the cursor.
  142.  
  143.        Ctrl+Y     Pressing the "Ctrl" key at the same time as the
  144.               "Y" key deletes the line the cursor is on.
  145.  
  146.        Grey -     Pressing the grey minus key that is to the right of
  147.               the numeric keypad moves you to the top of the text.
  148.  
  149.        Grey +     Pressing the grey plus key that is to the right of
  150.               the numeric keypad moves you to the bottom of the 
  151.               text.
  152.  
  153.        Shft+PgUp  Pressing the "Shift" key at the same time as the
  154.               "PgUp" key moves you up one screen in the text.
  155.  
  156.        Shft+PgDn  Pressing the "Shift" key at the same time as the
  157.               "PgDn" key moves you down one screen in the text.
  158.  
  159.        PgUp       Pressing the "PgUp" key scrolls the screen down
  160.               one line. The cursor isn't moved, unless it is
  161.               at the bottom of the screen.
  162.  
  163.        PgDn       Pressing the "PgDn" key scrolls the screen up
  164.               one line. The cursor isn't moved, unless it is
  165.               at the top of the screen.
  166.  
  167.        Up Arrow   The up arrow moves the cursor up one line.
  168.  
  169.        Down Arrow The down arrow moves the cursor down one line.
  170.  
  171.        Left Arrow The left arrow moves the cursor left character.
  172.               If the cursor is at the beginning of a line,
  173.               it will move up to the previous line's end.
  174.  
  175.        Rt Arrow   The right arrow moves the cursor right one
  176.               character. If the cursor is at the right edge of
  177.               the screen, then the screen will scroll to the
  178.               left.
  179.  
  180.        Home       Pressing the "Home" key moves the cursor to the
  181.               beginning of the line.
  182.  
  183.        End          Pressing the "End" key moves the cursor to the
  184.               end of the line. If the line's end is beyond the
  185.               right edge of the screen, the screen will scroll
  186.               to the left to make the end of the line visible.
  187.  
  188.  
  189.  
  190.                                   3
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.                      IE : The IMAGEPRINT EDITOR
  200.      --------------------------------------------------------------
  201.  
  202.  
  203.     The file manipulation commands are all accessed by pressing the
  204.     "Ctrl" key with one of the function keys. You can use the
  205.     "Shift" or "Alt" key instead of the "Ctrl" key.
  206.  
  207.     The commands are:
  208.  
  209.        Ctrl+F2    Load a file at the cursor position. You are
  210.               prompted for the name of the file to load.
  211.  
  212.        Ctrl+F3    Remove any non-printing characters from the edit
  213.               buffer. This command can be used to clean up a
  214.               text file that has some word processor data in it.
  215.               All non-printing control characters and all
  216.               characters from the extended character set (above 
  217.               ASCII 127) will be changed to spaces.
  218.  
  219.        Ctrl+F4    Write the contents of the editor to a disk file.
  220.               You will be prompted for the file name to save
  221.               to. No backup copy of the file is created.
  222.  
  223.        Ctrl+F5    Write the contents of the editor to a disk file and
  224.               then exit to DOS. You will be prompted for the file
  225.               name. No backup copy of the file is created.
  226.  
  227.        Ctrl+F6    Exit IE and return to DOS without saving the
  228.               contents of the editor.
  229.  
  230.        Ctrl+F7    Clear out the contents of the editor without saving
  231.               You can switch between files by saving the first file
  232.               with "Ctrl"+F4, clearing the editor with "Ctrl"+F7
  233.               and then loading the new file with "Ctrl"+F2.
  234.  
  235.        Ctrl+F8    Write the marked text to a file. You are prompted
  236.               for the name of the file to write to. The text
  237.               must have already been marked with the F2 and F3
  238.               keys. You can print the marked text by selecting
  239.               "PRN" as the file you wish to save to (assuming your
  240.               printer is connected to the first parallel port.)
  241.  
  242.       Ctrl+F9     Preview using IMAGEPRINT. First the contents of
  243.               the editor are saved to